
*{margin: 0;padding: 0;}
body{margin: 0;padding: 0;background-color:#3b3b3b;}
table {width: 100%;border-collapse:collapse;border-spacing: 0;text-align: center;color:#3E3E3E;}
.table_sec table {background-color: #FBF2E0; color: #CA963B;}
.oddtr {background-color:#fff;}
.eventr {background-color: #FBF9F8;}
tr th{font-size: 16px; font-weight: lighter;border: 1px solid #c7c7c7}
td {height:48px;border-right: 1px solid #D3D1D0;border-left: 1px solid #D3D1D0;position: relative;font-size: 16px;}
.table_sec td{border-bottom: 1px solid #CA963B;}
.tableshow{
	display: table-row;
}
.tablehide{
	display: none;
}

.info_bg{
	width:100%;
	height: 200px;
	background: #9B7BFA;
}

.introduce {
	width: 1312px;
  margin: 0 auto;
  text-align: justify;
  height: 859px;
  background: #F8F8F8;
  position: absolute;
  top: 170px;
  left: 6%;
  right: 6%;
}
.introduce_one{
	width: 60%;
}
.introduce_one .dashed_li{
	width: 0;
  height: 320px;
  border: 1px dashed #D1D1D3;
  position: absolute;
  left: 695px;
  top: 190px;
}
.introduce_two{
	width: 40%;
}
.introduce_one,.introduce_two{
	float: left;
}
.introduce_title{
	padding: 30px 0;
    text-align: center;
}
.introduce_title h3{
	font-weight:normal;
	font-size: 20px;
}
.introduce_title p{
	color: #989898;
	margin-top: 15px;
}
.introduce .ulList_one,.introduce .ulList_two{
	/* width: 1316px; */
	display: flex;
	flex-wrap: wrap;
}
.introduce_one > ul > li,.introduce_two > ul > li{
	position: relative;
	vertical-align: top;
	width: 267px;
	height: 614px;
	margin-top: 20px;
	background-color: #fff;
  display: inline-block;
  border-radius: 10px;
}
/* .introduce_one > ul > li:hover,.introduce_two > ul > li:hover {
	transition: scale(1.1) 1s ;
	-webkit-transition: scale(1.1) 1s;
	-moz-transition: scale(1.1) 1s;
	-ms-transition: scale(1.1) 1s;
	-o-transition: scale(1.1) 1s;
}
.introduce_one > ul > li:hover .triangle,.introduce_two > ul > li:hover .triangle {
	display: block;
} */
.ulList_two .intro .intro-left,
.ulList_two .intro .intro-right {
	display:inline-block;
	vertical-align: top;
}
.ulList_two .intro .intro-left {
	text-indent: 16px !important;
}
.introduce_one > ul > li p,.introduce_two > ul > li p {
	text-indent: 1.2em;
	padding-bottom: 10px;
}
.triangle {
	display: none;
	position: absolute;
	bottom: -30px;
	left: 0;
	border-top: 30px solid #fff;
	border-left: 110px solid transparent;
	border-right: 110px solid transparent;
}
.line-div {
	display: none;
	width: 210px;
	height: 30px;
	position: absolute;
	bottom: -31px;
	left: 0;
	overflow: hidden;
}
.line-div span {
	display: block;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.see_con{
	width: 100%;
	text-align: center;
	height: 50px;
	position: absolute;
	bottom: 24px;
	left: 0;
  line-height: 50px;
  color: #59607B;
}
/* 增值服务 */
.increment-wrap{
	width: 100%;
	height: 841px;
	background: url('../img/add-bg.png') no-repeat;
	background-size: cover;
}
.increment-wrap .increment-title{
	width:454px;
	margin: 0 auto;
	font-family:'Microsoft Yahei';
	text-align: center;
	color:#F5F5F5;
	margin-bottom: 39px;
}
.increment-wrap .increment-title p{
	width:126px;
	margin: 0 auto;
	height:40px;
	font-size:28px;
	font-weight:500;
	line-height:40px;
	letter-spacing:3px;
	padding-top: 34px;
	margin-bottom: 8px;
}
.increment-wrap .increment-title div{
	height:28px;
	font-size:18px;
	font-weight:400;
	line-height:25px;
	letter-spacing:2px;
}
.increment-wrap .increment-content{
	width: 1320px;
	margin: 0 auto;
}
.increment-wrap .increment-content li{
	width: 282px;
	height: 268px;
	float: left;
	margin-right: 60px;
	margin-bottom: 32px;
}
.increment-wrap .increment-content li:nth-child(4n){
	margin-right: 0;
}
.increment-wrap .increment-content li:nth-child(5){
	margin-left: 165px;
}
.increment-content li img{
	width: 100%;
	height: 100%;
}
.updateToCan {
	box-shadow: 0 0 5px #1c70ea;
}
.base-version .update-btn {
	box-shadow: 0 0 5px #B3FAF1;
}
/* .senior-version .update-btn {
	box-shadow: 0 0 5px #FFDFA7;
}
.enjoy-version .update-btn {
	box-shadow: 0 0 5px #DBB8FF;
} */
/* .flagship-version .update-btn {
	box-shadow: 0 0 5px #FF98E8;
} */
.updateToCan {
	background-color: #1c70ea;
}
.base-version .update-btn {
 background-color: #1BC7B1;
}
.senior-version .update-btn {
	/* background-color: #FFB243; */
	border:1px solid #FD8E53;
  color: #FD8E53;
}
.senior-version .update-btn:hover{
	background: linear-gradient(180deg,rgba(255,185,126,1) 0%,rgba(253,131,72,1) 100%);
	color: white;
	border: unset;
}
.enjoy-version .update-btn {
	border:1px solid #008EF4;
	color: #008EF4;
}
.enjoy-version .update-btn:hover {
	background:linear-gradient(180deg,rgba(0,183,250,1) 0%,rgba(0,128,242,1) 100%);
	color: white;
	border: unset;
}
.flagship-version .update-btn {
	border:1px solid #F96570;
	color: #F96570;
}
.flagship-version .update-btn:hover {
	background:linear-gradient(180deg,rgba(255,186,194,1) 0%,rgba(248,79,91,1) 100%);
	color: white;
	border: unset;
}
.line-div span{
	background-color: #EDEEEF;
}
.line-div span:nth-child(1) {
	transform: rotate(15.2deg);
	transform-origin: top left;
	-webkit-transform: rotate(15.2deg);
	-webkit-transform-origin: top left;
	-moz-transform: rotate(15.2deg);
	-moz-transform-origin: top left;
	-o-transform: rotate(15.2deg);
	-o-transform-origin: top left;
	box-shadow: #EBEBEC 0px 0px 10px;
}
.line-div span:nth-child(2) {
	transform: rotate(-15.2deg);
	transform-origin: top right;
	-webkit-transform: rotate(-15.2deg);
	-webkit-transform-origin: top right;
	-moz-transform: rotate(-15.2deg);
	-moz-transform-origin: top right;
	-o-transform: rotate(-15.2deg);
	-o-transform-origin: top right;
	box-shadow: #EBEBEC 0px 0px 10px;
}
.introduce_one > ul > li .header,.introduce_two > ul > li .header {
	height: 117px;
	color: #fff;
	text-align: center;
  position: relative;
}
/* .free-version .header {
	background: url(vip1a.png) no-repeat;
	background-size: 100% auto;
}
 .free-version .header .free-img {
  width: 56px;
  margin-top: 10px;
} */
.senior-version .header .senior-img {
  width: 56px;
  margin-top: 16px;
}
.enjoy-version .header .enjoy-img {
  width: 56px;
  margin-top: 16px;
}
.flagship-version .header .flagship-img {
  width: 56px;
  margin-top: 16px;
}
.service-version .header .service-img {
  width: 56px;
  margin-top: 10px;
}
.base-version .header{
	background: url(../img/p2.png) no-repeat;
	background-size: 100% auto;
}
.senior-version .header{
	background: url(../img/vip-advanced.png) no-repeat;
	background-size: 100% auto;
}
.senior-version:hover .header{
	background: url(../img/vip-advanced-hover.png) no-repeat;
	background-size: 100% auto;
}
.enjoy-version .header{
	background: url(../img/vip-pride.png) no-repeat;
	background-size: 100% auto;
}
.flagship-version .header{
	background: url(../img/vip-flagship.png) no-repeat;
	background-size: 100% auto;
}
.flagship-version:hover .header{
	background: url(../img/vip-flagship-hover.png) no-repeat;
	background-size: 100% auto;
}
.service-version .header {
  background: url(../img/vip5a.png) no-repeat;
	background-size: 100% auto;
}
.senior-version{
	box-shadow:0px 0px 14px rgba(234,212,173,0.4);
}
.enjoy-version{
	box-shadow:0px 0px 20px rgba(202,171,233,0.4);
}
.enjoy-version:hover .header {
  background: url(../img/vip-pride-hover.png) no-repeat;
  background-size: 100% auto;
}
.flagship-version{
	box-shadow:0px 0px 14px rgba(235,170,189,0.4);
}
.service-version{
	box-shadow:0px 0px 14px rgba(155,161,226,0.4);
}

.header h3 {
	padding-top: 33px;
	font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
}
.header h4 {
	
	font-size: 30px;
  margin-top: 5px;
}
.header h4 span {
	font-size: 16px;
	font-weight: normal;
}
.senior-version .header h4 {
  color: #FE8B50;
  font-size: 28px;
  width: 205px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.enjoy-version .header h4 {
  color: #00A0F6;
  font-size: 28px;
  width: 205px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.flagship-version .header h4 {
  color: #FB7380;
  font-size: 28px;
  width: 205px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 10px;
}
.flagship-version .header h4 .rmb-icon {
  font-size: 24px;
  font-weight: bold;
}
.senior-version .header h4 .rmb-icon {
  font-size: 24px;
  font-weight: bold;
}
.enjoy-version .header h4 .rmb-icon {
  font-size: 24px;
  font-weight: bold;
}
.flagship-version .header h4 .slash {
  font-size: 22px;
  margin-left: 5px;
  margin-right: 5px;
}
.senior-version .header h4 .slash {
  font-size: 22px;
  margin-left: 5px;
  margin-right: 5px;
}
.enjoy-version .header h4 .slash {
  font-size: 22px;
  margin-left: 5px;
  margin-right: 5px;
}
.flagship-version .header h4 .vip-year {
  font-size: 22px;
}
.senior-version .header h4 .vip-year {
  font-size: 22px;
}
.enjoy-version .header h4 .vip-year {
  font-size: 22px;
}
.header img{
	margin-top: 30px;
}
.header .this-version {
	position: absolute;
  top: 0px;
  left: -4px;
	width: 108px;
	height: 108px;
	background: url(../img/version-img.png) no-repeat;
	background-size: 100% auto;
}
li .intro {
	width: 100%;	
}
.senior-version .intro li:nth-child(1),
.enjoy-version .intro li:nth-child(1),
.flagship-version .intro li:nth-child(1){
  padding-top: 115px;
	color: #303445;
	line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
}
li .intro li:nth-child(2){
	height: 149px;
	/* border-bottom: 2px solid #E8F0EF; */
	box-sizing: border-box;
	padding-top: 70px;
}
.senior-li {
  padding-top: 100px !important;
}
li .intro li:nth-child(3){
	height: 184px;
	box-sizing: border-box;
	padding-top: 20px;
	position: relative;
}
.dsesc{
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 2px;
}
.dright {
  margin-right: 5px;
}
.dright img {
  height: 9px;
}

.senior-version .intro p {
	padding-bottom: 10px;
	width: 206px;
	float: left;
	font-size: 14px;
	font-family: 'Microsoft Yahei';
	font-weight: 400;
	color: #303445;
	line-height: 20px;
	letter-spacing: 1px;
}
.enjoy-version .intro p,
.flagship-version .intro p{
  padding-bottom: 10px;
}
.service-version .intro p.add-intro {
  text-indent: 49px !important;
  padding-top: 7px;
  padding-bottom: 16px;
  color: #59607B;
}
.all-same{
	font-size: 16px;
	font-weight: bold;
}
.senior-version .dsesc{
	background: #FFB243;
}
.senior-version .all-same{
	color: #FFB243;
}
.enjoy-version .dsesc{
	background: #A854FD;
}
.enjoy-version .all-same{
	color: #A854FD;
}
.flagship-version .dsesc{
	background: #FF2A6A;
}
.flagship-version .all-same{
	color: #FF2A6A;
}
.introduce_one > ul > li li,.introduce_two > ul > li li {
  font-size: 16px;
  line-height: 20px;
  color: #3E3E3E;
}
.update-btn, .updateToCan {
	width: 188px;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
	cursor: pointer;
	border-radius: 20px;
}
.increment-content .custom-made{
	width:230px;
	height:44px;
	line-height: 44px;
	background:linear-gradient(180deg,rgba(251,215,79,1) 0%,rgba(255,227,123,1) 100%);
	border: 0;
	border-radius:22px;
	display: block;
	margin: 0 auto;
	font-size: 16px;
	color: #A07312;
}
.frozenWin {
	display: none;
	position: fixed;
	top: 100px;
	z-index: 99;
	width:79%;
}
tr:nth-child(2) th {
    border-top: none;
}
tr:nth-child(2) th p{
	font-size: 30px;
}
tr:nth-child(2) th:nth-child(3) p {
	color: #1BC7B1;
	font-weight: bold;
}
tr:nth-child(2) th:nth-child(4) p {
	color: #FFB243;
}
tr:nth-child(2) th:nth-child(5) p {
	color: #A854FD;
}
tr:nth-child(2) th:nth-child(6) p {
	color: #FF2A6A;
}
tr:nth-child(2) th:nth-child(7) p {
	color: #ffc63f;
}
tr:nth-child(2) th span:nth-child(3){
		font-size: 16px;
		padding-left: 5px;
}
tr:nth-child(1) th {
		border-bottom: 1px solid #c7c7c7;
		background: #fff;
}
tr th img{
	padding-right: 9px;
	vertical-align: bottom;
}
tr th p{
	line-height: 30px;
}
.addTip:hover{
	color: #CA963B;
	background: #FBF2E0;
}
.addTip:hover .showTrangle{
	display: block;
}
.c1{
	/* border-top: 5px solid #a6b9d3 */
}
.c2{
	/* border-top: 5px solid #1c70ea; */
	color: #1BC7B1;
	font-size: 18px;
	padding-top: 15px;
}

.c4{
	/* border-top: 5px solid #f94a4a; */
	color: #FFB243;
	font-size: 18px;
	padding-top: 15px;
}
.c5{
	/* border-top: 5px solid #4e55ff; */
	color: #A854FD;
	font-size: 18px;
	padding-top: 15px;
}
.c6{
	/* border-top: 5px solid #ffc63f; */
	color: #FF2A6A;
	font-size: 18px;
	padding-top: 15px;
}
.success:before{
	content: url(../img/success.png);
}
.right:before{
	content: url(../img/fine.png);
}
.mis:before{
	content: url(../img/bad.png);
}
.table_sec tr:first-child td {
	border-top: none;
}
.table_sec tr td:first-child {
	border-left: none;
}
.table_sec tr:last-child td {
	border-bottom: none;	
}
.table_sec tr td:last-child {
	border-right: none;
}
.showTrangle {
	font-size: 14px;
	color: #CA963B;
	height: 48px;
	width: 300px;
	border: 1px solid #E9E4E1;
	line-height: 48px;
	text-align: center;
	position: absolute;
	left: 80px;
	top: -50px;
	border-radius: 7px;
	background: #fff;
	display: none;
}
.showTrangle::after{
	content: "";
	display: block;
	height: 11px;
	width: 11px;
	border-right: 1px solid #FBF2E0;
	position: absolute;
	right: 138px;
	top: 42px;
	background: #fff;
	transform: rotate(132deg);
	border-top: 1px solid #FBF2E0;
}
.detail-tip {
	width: 170px;
	position: absolute;
	bottom:35px;
	left: -85px;
	display: none;
	padding: 9px;
	background-color: #000;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.tip-trangle{ 
	position: absolute;
  bottom: -15px;
  width: 0px;
  border-top: 15px solid #000;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  left: 75px;
}
.right-bottom-btn {
	position: absolute;
	bottom: 16px;
	right: 25px;
	display: block;
	width: 15px;
	height: 10px;
	background: url(../img/backOpen.png) no-repeat;
}
.red {
	color: #fb6042;
	font-weight: bolder;
	font-family: "Microsoft Yahei";
}
.orange-btn {
	background-color: #f60;
}
.orange_num {
	color: #f94f21;
	font-size: 22px;
}
/*.scroll {
	display: none;
	position: fixed;
	width: 44px;
	height: 44px;
	right: 40px;
	bottom: 80px;
	background: url(//cdn.jisuapp.cn/static/pc/index/img/scrollUp1.png) no-repeat;
	background-size: 100%;
	z-index: 99999;
}*/
.new_color{
	color: #E30630;
}
/* 弹窗 */
.vip-sick{
	position: fixed;
	z-index: 99999;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.vip-wrap{
	width: 800px;
	/* height: 600px; */
	background-color: #fff;
	position: absolute;
	left: 40%;
	top: 35%;
	margin-left: -266px;
	margin-top: -190px;
	overflow: hidden;
}
.vip-content{
	padding: 0 40px;
	height: 100%;
}
.vip-content-title{
	font-size: 20px;
	font-family: 'Microsoft Yahei';
	font-weight: 500;
	color: #59607B;
	text-align: center;
	margin-bottom: 29px;
	padding: 20px 0;
	border-bottom: 1px solid #D5D5DE;
}
.vip-content-title .close{
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 20px;
  float: right;
	color: #8A8A8A;
	cursor: pointer;
}
.vip-content-title .close img{
	width: 100%;
	height: 100%;
}
.vip-content-from{
	display: inline-block;
	margin-bottom: 20px;
	margin-right: 25px;
	overflow: hidden;
}
.vip-content-from label{
	color: #303445;
	font-size: 14px;
	padding-right: 10px;
	vertical-align: middle;
}
.vip-content-from input{
	width: 150px;
	height: 30px;
}
.vip-intention-type{
	height: 145px;
	overflow: hidden;
	margin-top: 13px;
	margin-bottom: 24px;
}
.vip-intention-type .intention-type{
	position: relative;
	border: 1px solid #D5D5DE;
	width: 136px;
	height: 142px;
	display: inline-block;
	text-align: center;
	margin-right: 22px;
	cursor: pointer;
}
.vip-intention-type .active{
	border: 1px solid #3091F2;
}
.vip-intention-type .intention-type div:nth-child(1){
	font-size: 14px;
	color: #313445;
	margin-top: 30px;
	margin-bottom: 5px;
}
.vip-intention-type .intention-type div:nth-child(2){
	font-size: 20px;
	color: #313445;
	font-weight: 500;
	line-height: 28px;
	padding-bottom: 21px;
}
.vip-intention-type .unit,
.vip-increment-from .unit{
	font-size: 14px;
	line-height: 20px;
	color: #969696;
	margin-left: 5px;
}
.vip-intention-type .intention-type div:nth-child(3){
	line-height: 38px;
	width: 100px;
	margin-left: 18px;
	border-top: 1px dashed #E8EAF5;
}
.vip-intention-type .intention-type .checked-img{
	display: none;
	position: absolute;
	top: -1px;
	right: -1px;
	width: 27px;
	height: 25px;
}
.intention-type .checked-img img{
	width: 100%;
	height: 100%;
}
.vip-intention-type .active .checked-img{
	display: block;
}
.vip-increment-from {
	width: 100%;
	height: 152px;
}
.vip-content-type{
	margin-top: 19px;
}
.vip-content-type .content-type{
	position: relative;
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #313445;
	border: 1px solid #D5D5D5;
	margin-right: 22px;
	margin-bottom: 9px;
	cursor: pointer;
	font-size: 14px;
}
.vip-content-type .active{
	border: 1px solid #3091F2;
}
.vip-content-type .content-type .checked-img{
	display: none;
	position: absolute;
	top: -5px;
	right: -1px;
	width: 22px;
	height: 21px;
	display: none;
}
.vip-content-type .content-type .checked-img img{
	width: 100%;
	height: 100%;
}
.vip-content-type .active .checked-img{
	display: block;
}
.operation{
	width: 270px;
	height: 40px;
	float: right;
	margin-top: 17px;
	margin-bottom:30px;
}
.operation .vip-submit,
.operation .vip-cancel{
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #3091F2;
	font-size: 12px;
	cursor: pointer;
	border-radius: 2px;
}
.operation .vip-cancel{
	border-radius: 2px;
	color: #313445;
	background: #fff;
	border: 1px solid #d5d5d5;
	margin-right: 22px;
}
.success-sick{
	position: fixed;
	z-index: 99999;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.success-wrap{
	width: 420px;
	height:170px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -210px;
	margin-top: -85px;
	overflow: hidden;
}
.success-con{
	padding: 30px;
}
.success-title{
	color: #303445;
	font-size: 14px;
	padding-left: 18px;
}
.success-info{
	color: #59607B;
	font-size: 12px;
	margin-top: 20px;
	padding-left: 47px;
}
.success-sure{
	width: 60px;
	height: 30px;
	background: #3091F2;
	line-height: 30px;
	text-align: center;
	color: #fff;
	margin-top: 27px;
	float: right;
	cursor: pointer;
}
.success-right{
	padding-right: 10px;
	vertical-align: middle;
	display: inline-block;
}

/* 新版套餐 */
.package-wrap {
	/* background: #F4F4F4; */
  min-height: 872px;
}
.package-wrap .service-made {
	width: 100%;
  min-height: 740px;
  position: relative;
}
.service-made .service-wrap {
	width: 100%;
	height: 670px;
	position: relative;
	padding-top: 50px;
	background-color: #F4F4F4;
}
.service-wrap .ulList_two{
	width: 1316px;
	margin: 0 auto;
}
.made-title h2 {
  height: 40px;
  text-align: center;
	font-size: 28px;
	font-family: 'Microsoft Yahei';
	font-weight: 600;
	color: rgba(48,52,69,1);
	line-height: 40px;
	letter-spacing: 3px;
	margin: 0 auto;
}
.made-title p {
  height:22px;
  font-size:15px;
  font-family: 'Microsoft Yahei';
  color:#9FA5BB;
  line-height:22px;
}
.service-wrap > ul > li {
  position: relative;
  vertical-align: top;
  width: 406px;
  height: 517px;
  margin-top: 20px;
  background-color: #fff;
  display: inline-block;
  border-radius: 10px;
}
.service-wrap > ul > li .header{
  height: 131px;
  color: #fff;
  text-align: center;
  position: relative;
}
@media (max-width: 1680px) {
  .package-wrap {
    zoom: 0.85;
  }
}
@media (max-width: 1440px) {
  .package-wrap {
    zoom: 0.75;
  }
} 
/* 6-5 修改 */
.row{
	display: flex;
	flex-direction: row;
}
.col{
	display: flex;
	flex-direction: column;
}
.intro .row{
	justify-content:center;
}
.intro .row .update-btn{
	width: 163px;
	margin: 0px 8px;
}
.intro .row .update-btn:hover{
	width: 165px;
	height: 40px;
	margin: 0px 8px;
}
.content_dist{
	cursor: pointer;
}

/* 微信专属客服弹窗start */
.body-fixed {
  overflow: hidden;
  height: 100%;
}

.customer-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999999;
  display: none;
}

#customer-wrap {
  width: 240px;
  height: 370px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -120px;
  margin-top: -260px;
}

#customer-wrap img{
  width: 240px;
  height: 240px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#customer-wrap p {
  background-color: #E4E7EC;
  height: 40px;
  position: absolute;
  top: 240px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #303445;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

#customer-wrap #customer-close {
  width: 28px;
  height: 28px;
  border: 1px solid #FFF;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  line-height: 28px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -14px;
  cursor: pointer;
}

/* 微信专属客服弹窗end */
